Skip to content

feat: export type SyncFileSystem and type BaseFileSystem#448

Merged
alexander-akait merged 2 commits intowebpack:mainfrom
carlocorradini:types
Feb 14, 2025
Merged

feat: export type SyncFileSystem and type BaseFileSystem#448
alexander-akait merged 2 commits intowebpack:mainfrom
carlocorradini:types

Conversation

@carlocorradini
Copy link
Contributor

Fix #447

I also exported BaseFileSystem since it is widely used in the CachedInputFileSystem class.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Feb 14, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: carlocorradini / name: Carlo Corradini (4918c5b)
  • ✅ login: alexander-akait / name: Alexander Akait (3c9d4b6)

@codecov
Copy link

codecov bot commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.41%. Comparing base (40a4050) to head (3c9d4b6).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #448   +/-   ##
=======================================
  Coverage   92.41%   92.41%           
=======================================
  Files          44       44           
  Lines        2149     2149           
  Branches      662      662           
=======================================
  Hits         1986     1986           
  Misses        132      132           
  Partials       31       31           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alexander-akait alexander-akait merged commit 38e9fd9 into webpack:main Feb 14, 2025
28 checks passed
@alexander-akait
Copy link
Member

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Export type SyncFileSystem

2 participants